From: Aaron Schulz Date: Fri, 3 Apr 2015 00:42:41 +0000 (-0700) Subject: Fixed class name typo in docs X-Git-Tag: 1.31.0-rc.0~11863^2 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=588783ec0e4c868a2538fa8d46c7071bc3bda8bc;p=lhc%2Fweb%2Fwiklou.git Fixed class name typo in docs Change-Id: Ifc73af824b31fc2f709b777397896f605fe6dfff --- diff --git a/StartProfiler.sample b/StartProfiler.sample index 7a8895799c..bdf21396e2 100644 --- a/StartProfiler.sample +++ b/StartProfiler.sample @@ -28,7 +28,7 @@ * write dump files. The files produced are compatible with the XHProf gui. * For a rudimentary sampling profiler: * $wgProfiler['class'] = 'ProfilerXhprof'; - * $wgProfiler['output'] = array( 'ProfilingOutputDb' ); + * $wgProfiler['output'] = array( 'ProfilerOutputDb' ); * $wgProfiler['sampling'] = 50; // one every 50 requests * This will use ProfilerStub for non-sampled cases. *